tools/libxentoolcore: Fill in LIBHEADERS
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 1 Mar 2021 17:30:00 +0000 (17:30 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Mar 2021 17:27:48 +0000 (17:27 +0000)
commit67390ec1f73f48253d53a59581bf6574234708a1
tree7c234241ffbf0ef51c3a898cec69c5dd2bba2874
parent893103e286ac1c500d2ad113f55c41edb35e047c
tools/libxentoolcore: Fill in LIBHEADERS

c/s 4664034cd replaced a glob over include/*.h with an expectation that
LIBHEADER was suitably set for libraries which didn't have a single,
consistently named, header file.

This wasn't true for xentoolcore, which lost xentoolcore_internal.h as a
consequence, and failed an API/ABI check vs 4.14

Fixes: 4664034cd ("tools/libs: move official headers to common directory")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
tools/libs/toolcore/Makefile